home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_1
/
analyzer
/
installfont
< prev
next >
Wrap
Text File
|
1991-12-22
|
772b
|
31 lines
.K ""
; Script file to copy the analyzer font to the system font directory.
;
; If the font already exists do nothing.
;
echo "This script will install the analyzer font in your fonts: directory."
ask "Do you wish to continue with the installation? [y/n]"
if WARN
if exists fonts:analyzer/6
echo "The analyzer font is already installed."
else
;
; Copy the fonts to the system font directory
; - if the analyzer font directory exists, copy the font
; file and use FixFonts.
; - else copy the font file and the font description file.
;
if exists fonts:analyzer
copy fonts/analyzer fonts:analyzer all
sys:system/FixFonts
else
copy fonts fonts: all
endif
endif
endif
echo "All Done. Click close gadget to get rid of window."
endcli